home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / WWF_CRK.ZIP / WWF_DOS.BAT < prev    next >
DOS Batch File  |  1999-04-09  |  241b  |  17 lines

  1. @echo off
  2. cls
  3. if not exist wwf.bat goto error
  4. if exist c:\disk.id goto ok
  5. copy /y disk.id c:\ >nul
  6. :ok
  7. fakecd c:\ /l:d >nul
  8. call wwf.bat
  9. fakecd /u >nul
  10. del c:\disk.id >nul
  11. goto end
  12.  
  13. :error
  14. echo WWF.BAT is missing!
  15. echo.
  16. :end
  17.